func github.com/andybalholm/brotli.hash

5 uses

	github.com/andybalholm/brotli (current package)
		static_dict.go#L22: func hash(data []byte) uint32 {
		static_dict.go#L77: 		var offset uint = uint(dict.buckets[hash(data)])
		static_dict.go#L430: 		var offset uint = uint(dict.buckets[hash(data[1:])])
		static_dict.go#L594: 			var offset uint = uint(dict.buckets[hash(data[2:])])
		static_dict.go#L626: 			var offset uint = uint(dict.buckets[hash(data[5:])])